home *** CD-ROM | disk | FTP | other *** search
- Path: news.rain.org!usenet
- From: "Guus Leeuw jr." <guusl@eiffel.com>
- Newsgroups: comp.lang.c
- Subject: Re: Universal include file
- Date: Sat, 24 Feb 1996 13:31:59 -0800
- Organization: Interactive Software Engineering Inc. http://www.eiffel.com/
- Message-ID: <312F83CF.4910E58B@eiffel.com>
- References: <4gnjea$30m@news.Belgium.EU.net>
- NNTP-Posting-Host: @outback.eiffel.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; Linux 1.2.8 i586)
-
- Pieter Hintjens wrote:
- >
- [snip snip]
- >
- > Any comments and specific information gratefully received!
-
- Hmm, hmm. I think (after flipping through) that it can be pretty useful. But once agian
- practice will make wise ;-)
-
- Anyways, I detected one little nice typo:
-
- > #define strterm(str) (str [strlen (str))
-
- This should read `#define strterm(str) (str[strlen(str)])'
-
- Regards and success,
- Guus
-